home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vprint32 / vprint32.txt < prev   
Text File  |  1997-07-08  |  3KB  |  57 lines

  1. VB.Print! The (32-bit) Visual Basic Source Code Printing Utility.
  2.  
  3. VB.Print is a 32-bit application, that was developed using VB 4.0 in
  4. Windows 95 environment. I did not test VB.Print with NT, but the only
  5. thing I think that will not work is the direct print to port (I read
  6. that somewhere). This is a shareware product, so it's cheap! VB.Print
  7. has no run-time limitations, what you see is what you get (except for
  8. that registration form printout)!
  9.  
  10. In order to keep download time and distribution size down, I have removed 
  11. all the runtimes.  As it was designed for Visual Basic 4.0 programmers, 
  12. it is assumed that you will have Visual Basic (32-bit version), and all
  13. the necessary files, so there is no need for me to include them. Just in
  14. case you want to know which files are required, here is the list:
  15.  
  16. COMDLG32.OCX, TABCTL32.OCX, RICHTX32.OCX, COMCTL32.OCX, MSOUTL32.OCX,
  17. WINMM.DLL and of cause the usual VB runtime files VB40032.DLL,
  18. VEN2232.OLB, OLEPRO32.DLL, MSVCRT20.DLL, MSVCRT40.DLL
  19. and for Windows NT you need CTL3D32.DLL.
  20.  
  21. Windows 97, and VB5 are supposed to eliminate the need for all of this,
  22. but until then, the quest for small goes on. (ps: not my quote)
  23.  
  24. - What can VB.Print do? -
  25.  
  26. Besides printing text on your paper, it can print your form icons,
  27. general project information, list the controls names of the forms,
  28. list procedures and you can keep a tab on it using the index pages.
  29. The footer text is user definable, e.g. put your copyright notice.
  30. Optional stamp the page with current system time and date. You define
  31. where you want your page number (header or footer), or just don't use
  32. it at all. Just "for fun" I included wave files (beeps are getting to me)
  33. for certain events in VB.Print.
  34.  
  35. There are three ways you can direct your report to:
  36.  
  37. * Use windows printer driver (the thing you always use)
  38. * Place it in a RTF (Rich-Text-Format) file
  39. * Direct to parallel port (LPT1 to LPT3). Maybe not for Windows NT.
  40.  
  41. Several sections of the code (e.g. code, comments, procedure names) 
  42. can be given a separate font, size and colour.
  43.  
  44. - How to install it... -
  45.  
  46. VPrint32.zip contains a windows setup program. Unzip VPrint32.zip (no
  47. long filenames are used) into a temporary directory (or folder) and
  48. run Setup. The rest of the installation is self-explaining. After the
  49. installation, please read the RichText file VBPrint.rtf (use WordPad
  50. or VB.Print itself [click on the 'Help' button]) for more information.
  51.  
  52.  
  53. If you have any queries contact us.
  54. Our E-Mail address is: icbm@giga.net.au
  55.  
  56. "Go ahead, make my print-out"
  57.